projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33c4693
)
(RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 25 May 1998 20:15:45 +0000
(20:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 25 May 1998 20:15:45 +0000
(20:15 +0000)
src/config.in
patch
|
blob
|
history
diff --git
a/src/config.in
b/src/config.in
index f30156222da76a1b12350a5360255028bed4fa3d..782a316cf34525c6bbf8fcdf7917a93bbeb2b583 100644
(file)
--- a/
src/config.in
+++ b/
src/config.in
@@
-355,7
+355,7
@@
Boston, MA 02111-1307, USA. */
#ifdef emacs /* Don't do this for lib-src. */
/* Tell regex.c to use a type compatible with Emacs. */
#define RE_TRANSLATE_TYPE Lisp_Object
-#define RE_TRANSLATE(TBL, C)
char_table_translate
(TBL, C)
+#define RE_TRANSLATE(TBL, C)
CHAR_TABLE_TRANSLATE
(TBL, C)
#define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0)
#endif